|
|
#1 |
|
Big Clucker
![]() ![]() Join Date: Dec 2011
Posts: 171
Reputation: 12
|
Code:
if(dialogid == DIALOG_WEAPONS)
{
if(!response) // If they clicked 'Cancel'
{
SendClientMessage(playerid,COLOR_YELLOW,"You Have Canceled The Dialog");
}
if(listitem == 0)
{
GivePlayerWeapon(playerid, WEAPON_DEAGLE, 14);
}
ERROR:C:\Documents and Settings\~Adrian~\Desktop\radiotest.pwn(44) : error 029: invalid expression, assumed zero C:\Documents and Settings\~Adrian~\Desktop\test.pwn(44) : warning 215: expression has no effect C:\Documents and Settings\~Adrian~\Desktop\test.pwn(44) : error 001: expected token: ";", but found ")" C:\Documents and Settings\~Adrian~\Desktop\test.pwn(44) : error 029: invalid expression, assumed zero C:\Documents and Settings\~Adrian~\Desktop\test.pwn(44) : fatal error 107: too many error messages on one line |
|
|
|
|
|
#2 |
|
Gangsta
![]() ![]() ![]() ![]() Join Date: Dec 2011
Location: Malaysia
Posts: 764
Reputation: 37
|
pawn Code:
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [19:58:45] Warning: PlayerDialogResponse PlayerId: 28 dialog ID doesn't match last sent dialog ID, what it means? | niels44 | Scripting Help | 6 | 13/06/2012 05:53 PM |
| Big problem (PlayerDialogResponse PlayerId: 57 dialog ID doesn't match last sent dialog ID) | RingoRus | Server Support | 3 | 12/06/2012 05:54 PM |
| Dialog response not Sending Message [Input Dialog] | Deal-or-die | Scripting Help | 8 | 08/05/2012 01:10 PM |
| [PEDIDO] Dialog em Spawn e Dialog ao Entrar no veículo | ViCtOr_Mc | Português/Portuguese | 8 | 27/05/2011 05:13 PM |
| SetPlayerTeamFromClass(playerid, classid); from dialog with dialog | Haydz | Help Archive | 6 | 28/11/2010 09:21 AM |