- 0
Help minigun
-
Similar Content
-
- 0 answers
- 558 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
Otiy
cum pot sa fac sa mearga acest script de minigun imi da erroare.
if(strcmp(cmdtext, "/minigun", true) == 0) { SendClientMessage(playerid, COLOR_ORANGE, "Welcome to the Minigun Deathmatch, Available Weapons : Minigun"); ResetPlayerWeapons(playerid); SetPlayerInterior(playerid,0); SetPlayerPos(playerid, -1425.6670,1490.2557,1.8672); // Military Ship San fierro SetPlayerFacingAngle(playerid, 100.5574); SetPlayerHealth(playerid, 100); SetPlayerArmour(playerid, 100); GivePlayerWeapon(playerid, 38,9999); new string[50]; new name[MAX_PLAYER_NAME]; GetPlayerName(playerid,name,18); format(string, sizeof(string), "%s has joined the Minigun DM ( /minigun)",name); SendClientMessageToAll(0xC2A2DAAA,string); return 1; }7 answers to this question
Recommended Posts