15.02.2010, 14:54
Hi guys i have this script 
Oh sorry i meant that it teleports me but it sends me out SERVER: Unknown Command

Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/test", cmdtext, true, 10) == 0)
{
if (IsPlayerInAnyVehicle(playerid)) {
SetVehiclePos(GetPlayerVehicleID(playerid), 1234.16978, 1252.26287, 6126.62168);
}
else {
SetPlayerPos(playerid, 1234.16978, 1252.26287, 6126.62168);
}
}

