08.05.2011, 17:03
You could like this if you don't want your car links to you.
public OnPlayerCommandText(playerid, cmdtext[])
{
if(strcmp(cmdtext, "/hydra", true) == 0)
{
SetPlayerPos(playerid, 2263.9978,1397.9921,42.8203);
GameTextForPlayer(playerid, "~w~ColdIce ~B~ Hydra!!! ", 500, 4);
SendClientMessageToAll(COLOR_GREEN, %s has teleported to Mount Chilliad /mcj);
return 1;
}
return 0;
}
public OnPlayerCommandText(playerid, cmdtext[])
{
if(strcmp(cmdtext, "/hydra", true) == 0)
{
SetPlayerPos(playerid, 2263.9978,1397.9921,42.8203);
GameTextForPlayer(playerid, "~w~ColdIce ~B~ Hydra!!! ", 500, 4);
SendClientMessageToAll(COLOR_GREEN, %s has teleported to Mount Chilliad /mcj);
return 1;
}
return 0;
}