Spawnwep !!

Started by Karthik, Dec 30, 2015, 04:27 PM

Previous topic - Next topic

Karthik

I need spanwrp system plz give me anyobody the last topic tha kingofvc gave link that was bugged i tested so plz help

MacTavish

I think search option is available here btw here you go Click

Grand Hunting Project
Join #SLC, #KAKAN, #Doom, #GHP @LUnet

Retired VC:MP Player/Scripter :P

Karthik

kusanagi that kingofvc told me link which u gave but i got so errors in that dontvtell me i dont know how to add
i added right

MacTavish

to load that spawnwep script just follow the steps

download .nut file and put to YouServerDir\here in the root of your server directory and

put this onScriptLoad this will load that nut file
dofile("spawnwep.nut", true);


and put this in onPlayerCommand function

if(cmd=="spawnwep"||cmd=="dspawnwep")
    {
onspawnwepcommand(player.Name,cmd,text);
 }

Grand Hunting Project
Join #SLC, #KAKAN, #Doom, #GHP @LUnet

Retired VC:MP Player/Scripter :P

Karthik

i will try to addd if i found bug i will tell u

Karthik


MacTavish

put this in your onScriptLoad()

db <- ConnectSQL( "Spawnwep.db" );

Grand Hunting Project
Join #SLC, #KAKAN, #Doom, #GHP @LUnet

Retired VC:MP Player/Scripter :P

Karthik

that error is fixed but another error
here is link http://postimg.org/image/lo6e99e63/

MacTavish

onscriptload
globalslot<-{};

Grand Hunting Project
Join #SLC, #KAKAN, #Doom, #GHP @LUnet

Retired VC:MP Player/Scripter :P


MacTavish

Sorry that was my mistakes i've updated the topic now included all functions check it again Check

if you still get any error then PM me

Grand Hunting Project
Join #SLC, #KAKAN, #Doom, #GHP @LUnet

Retired VC:MP Player/Scripter :P

Karthik


Karthik