11.02.2011, 16:07
Olha as chaves seu emo ~.~'
pawn Code:
if(strcmp(cmdtext, "/irteste",true) == 0)
{
if(open == true)
{
SendClientMessage(playerid, COLOR_YELLOW, "Nгo tem nenhum teste aberto no momento!");
return 0;
}
SetPlayerPos(playerid, 1416.107000,0.268620,1000.926000);
SetPlayerInterior(playerid,1);
return 1;
}