31.03.2009, 14:32
Hi there.
How Can I Make Such Thing, When I Type Command /dm (for example), i'll be teleported to DM place and i'll get the MP5, Eagle and M4 with me
How Can I Make Such Thing, When I Type Command /dm (for example), i'll be teleported to DM place and i'll get the MP5, Eagle and M4 with me
Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/dm", cmdtext, true, 10) == 0)
{
SetPlayerPos(playerid, 594.1962,-2199.6958,41.5080);
SendClientMessage(playerid, 0x000000FF, "%s has join (/dm)");
return 1;
}
return 0;
}

