15.07.2007, 12:47
Minigun War Zone (Two in One)
This command will teleport the player to one place then another, in only one co-ordinate!
This command will teleport the player to one place then another, in only one co-ordinate!
pawn Код:
if (strcmp(cmdtext, "/minimad", true)==0) // second command
{
SendClientMessage(playerid, COLOR_GREEN,"GET READY TO BATTLE :D");
GameTextForPlayer(playerid, "Minigun wars!", 5000, 0);
SetPlayerPos(playerid,1410.9625, 667.3798, -193.8245);
ResetPlayerWeapons(playerid);
GivePlayerWeapon(playerid, 38, 9000);
return 1;
}