OnDialogResponse Problem
#1

[Fixed].
Reply
#2

Код:
*:\*************\gamemodes\******.pwn16786) : error 001: expected token: ";", but found "-identifier-"
You are missing a
Код:
;
Which line is 16786?

Replace
pawn Код:
SendClientMessage(playerid,COLOR_WHITE", "You have received a Deagle with 150 Ammo from SFPD");
with
pawn Код:
SendClientMessage(playerid,COLOR_WHITE, "You have received a Deagle with 150 Ammo from SFPD");
If you didn't notice, I deleted " after COLOR_WHITE.
Reply
#3

replace : SendClientMessage(playerid,COLOR_WHITE", "You have received a Deagle with 150 Ammo from SFPD");
with :
SendClientMessage(playerid,COLOR_WHITE, "You have received a Deagle with 150 Ammo from SFPD");
Reply
#4

nevermind he beat me^
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)