16.02.2013, 10:04
iManakoss i just need to corect your command here.
here is the right command
here is the right command
pawn Код:
if (strcmp("/sf", cmdtext, true, 10) == 0)
{
new string[128];
new pname[30];
GetPlayerName(playerid,pname,sizeof(pname));
format(string, sizeof(string), "(Teleport)Player %s(%d) has teleported to San Fierro (/sf)",pname,playerid);
SendClientMessageToAll(COLOR_WHITE,string);
SetPlayerPos(playerid, -1513.7695, 795.8688, 7.1875, 31.2638 );
return 1;
}