Problem. I need help quickly if is possible. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Problem. I need help quickly if is possible. (
/showthread.php?tid=376350)
Problem. I need help quickly if is possible. -
Eugene. - 09.09.2012
Another problem. I need help quickly.
Код:
C:\Documents and Settings\*\Desktop\*\gamemodes\RRP.pwn(17324) : error 017: undefined symbol "DisplayTextForPlayer"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
and line
Код:
new string[64];
format(string,sizeof(string),"~n~~n~~n~~n~~n~~n~~n~~n~~r~Fuel: ~w~%d%", Fuel[GetPlayerVehicleID(playerid)]);
DisplayTextForPlayer(playerid,string, 3000, 2, 2);
Re: Problem. I need help quickly if is possible. -
[A]ndrei - 09.09.2012
what function are you putting it under?
Re: Problem. I need help quickly if is possible. -
Lutz - 09.09.2012
Is "DisplayTextForPlayer" a custom stock/public?
Re: Problem. I need help quickly if is possible. -
Eugene. - 09.09.2012
No functions.
Re: Problem. I need help quickly if is possible. -
_Khaled_ - 09.09.2012
Try "GameTextForPlayer"