27.05.2009, 15:33
This command to transport to the stadium does not work.
Which is the failure?
Which is the failure?

Код:
if(!strcmp("/estadio", cmdtext, true))
{
SetPlayerPos(playerid,-1404.4225,1004.4316,1024.2616);
SetPlayerFacingAngle(playerid, 0);
SetPlayerInterior(playerid, 5);
SendClientMessage(playerid, COLOR_GREEN, "Bienvenido al estadio.");
return 1;
}

