12.01.2011, 03:48
ok, this is my cmd
and this is my errors
errors on this line "SetPlayerPos(playerid,x,y,z),-2073.8323, 972.0553, 62.9219);"
any help is hugely appreciated thanks
pawn Код:
command(hm, playerid, params[])
{
if(Player[playerid][Group] = 2)
{
SendClientMessage(playerid, WHITE, "Welcome fellow hitman");
SetVehiclePos(GetPlayerVehicleID(playerid), -2093.0073, 887.5366, 1396.1660);
SetPlayerPos(playerid,x,y,z),-2073.8323, 972.0553, 62.9219);
}
return 1;
}
Код:
error 017: undefined symbol "x" error 029: invalid expression, assumed zero warning 215: expression has no effect
any help is hugely appreciated thanks