04.06.2009, 03:48
Quote:
|
Originally Posted by killdahobo99
Quote:
Код:
if (strcmp("/anuj", cmdtext, true, 10) == 0) //anuj's dm place
{
SetPlayerPos(playerid, 2855.518,1831.024,11.323);
giveplayerweapon(26,1000) //the 26 is the weapon and 1000 the ammo
SetPlayerInterior(playerid, 0);
return 1;
}
|

