18.08.2011, 20:16
Quote:
|
What kind of admin system do u have dcmd? if u got dcmd
try this: Код:
dcmd_minigun(playerid,params[])
{
#pragma unused params
if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid, -1, "You are not authorized to use that command!");
GivePlayerWeapon(playerid, 38, 9999999);
return 1;
}
|
G:\Games\Rockstar Games\GTA San Andreas (normal)\gta samp server\filterscripts\LuxAdmin.pwn(12242) : warning 203: symbol is never used: "dcmd_minigun"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Warning.


