07.06.2012, 12:38
Hey guys I was just making a teleport command and then I got this error:
Line 1025 is the line where the SetPlayerPos is... someone help me please?
Код:
C:\Users\NeymarJr\Desktop\SAMP Server\gamemodes\alpha.pwn(1025) : warning 202: number of arguments does not match definition C:\Users\NeymarJr\Desktop\SAMP Server\gamemodes\alpha.pwn(1025) : warning 202: number of arguments does not match definition
Код:
if(!strcmp(cmdtext, "/nascar", true, 6)) { SetPlayerPos(playerid, 1982.3100, -6631.4500, 23.7500, 360.0000, 0); GameTextForPlayer(playerid, "~r~Welcome to the Nascar Arena!", 5000, 3); return 1; }