25.03.2012, 06:56
(
Последний раз редактировалось nickdodd25; 25.03.2012 в 07:07.
Причина: didnt read clearly
)
pretty much the same as sniperwars
EDIT: now that i look at it my command is pretty much the same as snipewars and everyone else!!! Sorry for not reading closely!!!
Hope that helps other wise PM me and i can give you a hand on strcmp cmd help.!!!
pawn Код:
if(strcmp(cmdtext,"/hq",true)==0)
{
SetPlayerPos(playerid,213.9292, 1902.094, 17.64063);
GameTextForPlayer(playerid,"Blood Line HQ",4000,6);
new pName[MAX_PLAYER_NAME], string[56];
GetPlayerName(playerid, pName, sizeof(pName));
format(string, sizeof(string), " %s has teleported to HQ", pName);
SendClientMessageToAll(0xFFFF00AA, string);
GameTextForPlayer(playerid,"Blood Line HQ",4000,6);
print(string);
return 1;
}
Hope that helps other wise PM me and i can give you a hand on strcmp cmd help.!!!