15.09.2009, 15:05
pawn Код:
if(!strcmp(cmdtext, "/goto lasventuras 3", true))
{
SetPlayerPos(playerid,floatx,floaty,floatz);
return 1;
}
if(!strcmp(cmdtext, "/goto lasventuras 4", true))
{
SetPlayerPos(playerid,floatx,floaty,floatz);
return 1;
}
And so on ....