SA-MP Forums Archive
Help... - 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: Help... (/showthread.php?tid=475214)



Help... - warlord321 - 11.11.2013

pawn Код:
D:\Game\RP\gamemodes\TRRP.pwn(19519) : warning 202: number of arguments does not match definition
D:\Game\RP\gamemodes\TRRP.pwn(19520) : warning 202: number of arguments does not match definition
D:\Game\RP\gamemodes\TRRP.pwn(19521) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


3 Warnings.
pawn Код:
CreateDynamic3DTextLabel("Selamat datang di Twisted Reality Roleplay.",COLOR_YELLOW,1764.11,-1902.21,16.35); //Selamat datang Twisted
    CreateDynamic3DTextLabel("Ketik /rules \nUntuk mengetahui peraturan server.",COLOR_YELLOW,1761.18,-1899.83,15.18);//Rules Twisted
    CreateDynamic3DTextLabel("Ketik /faq \nUntuk mengetahui tanya jawab tentang Roleplay.",COLOR_YELLOW,1761.55,-1902.62,15.20);//faq Twisted



Re: Help... - Konstantinos - 11.11.2013

pawn Код:
native Text3D:CreateDynamic3DTextLabel(const text[], color, Float:x, Float:y, Float:z, Float:drawdistance, attachedplayer = INVALID_PLAYER_ID, attachedvehicle = INVALID_VEHICLE_ID, testlos = 0, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 100.0);
You forgot the drawdistance and the rest get default values.