28.03.2010, 13:05
I have tried here but it isnt right and it doesnt have the destroy object timer
Код:
if (strcmp("/createminigun", cmdtext, true, 14) == 0) if(spree[killerid] == 10) { { new Float:createx, Float:createy, Float:createz, Float:Rotation; GetPlayerPos(playerid,createx,createy,createz); GetPlayerFacingAngle(playerid,Rotation); SaveMinigunDataToLog(CreateMinigun(createx,createy,createz -1,Rotation,10,4,true),"blub"); { else { SendClientMessage(playerid , " You do not have access to the equipment"): return 1; }