18.06.2013, 17:58
Seu comando estб longe de estar correto!
+REP, continue assim, mas cuidado com os comandos!
pawn Code:
if(strcmp(cmdtext, "/irfaz", true)==0)
{
new cTele[30];
new pNome[MAX_PLAYER_NAME];
format(cTele, sizeof(cTele), "{FFFFFF}--[TELE]-- {FC0000}%s{00FFFF} Foi a Fazenda. {FC0000}/IRFAZ", pNome);
SendClientMessageToAll(0x00FF00FF, cTele);
SetPlayerInterior(playerid, 0);
SetPlayerPos(playerid, -1180.6923828125, -1095.431640625, 133.54513549805);
return 1;
}