24.05.2011, 08:59
Quote:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]) { if(dialogid == 137) { if(response) { 577: PlayerData[playerid][Step] = 1; 578: SendClientMessage(playerid, COLOR_GREY, "Walk out onto the car park and go into the checkpoint."); 579 : SetPlayerCheckpoint(playerid, -2028.2227,-91.8504,33.3203, 2.00); new 500 = 123456789 GivePlayerMoney(playerid, -x); } } return 1; } |
Quote:
C:\Documents and Settings\Administrator\Desktop\Under Construction\gamemodes\new.pwn(577) : error 017: undefined symbol "PlayerData" C:\Documents and Settings\Administrator\Desktop\Under Construction\gamemodes\new.pwn(577) : warning 215: expression has no effect C:\Documents and Settings\Administrator\Desktop\Under Construction\gamemodes\new.pwn(577) : error 001: expected token: ";", but found "]" C:\Documents and Settings\Administrator\Desktop\Under Construction\gamemodes\new.pwn(577) : error 029: invalid expression, assumed zero C:\Documents and Settings\Administrator\Desktop\Under Constructi |