VIP Plugin
Is it possible to edit this when i got 2 HE grenades , 2 flashes , and 2 smokes in each round?
AND + get 5 ammo packs for Zombie Plague mod each round? Code:
public fwHamPlayerSpawnPost() { |
Re: VIP Plugin
i never used nades and stuff before.. but this might work
Code:
public fwHamPlayerSpawnPost() { |
Re: VIP Plugin
Your plugin failed to compile! Read the errors below:
Welcome to the AMX Mod X 1.8.1-300 Compiler. Copyright (c) 1997-2006 ITB CompuPhase, AMX Mod X Team /home/groups/amxmodx/tmp3/phpLqylxF.sma(32) : error 088: number of arguments does not match definition /home/groups/amxmodx/tmp3/phpLqylxF.sma(117) : warning 217: loose indentation /home/groups/amxmodx/tmp3/phpLqylxF.sma(117) : error 017: undefined symbol "CSW_HE" /home/groups/amxmodx/tmp3/phpLqylxF.sma(117) : warning 215: expression has no effect /home/groups/amxmodx/tmp3/phpLqylxF.sma(117) : error 001: expected token: ";", but found ")" /home/groups/amxmodx/tmp3/phpLqylxF.sma(117) : error 029: invalid expression, assumed zero /home/groups/amxmodx/tmp3/phpLqylxF.sma(117) : fatal error 107: too many error messages on one line Compilation aborted. 5 Errors. |
Re: VIP Plugin
@OP
I don't know anything about ZP coding, but here's the rest. Code:
public fwHamPlayerSpawnPost(player) {That code is horrid. Learn scripting before helping others. |
Re: VIP Plugin
Okey Thanks , all is working fine , but is it possible when i get those all items with 5 seconds interval?
Because , when i spawn i get those items yeah , but than zombie plague mod gives me automaticly 1 he 1 smoke 1 flash , and it removes my grenades ! |
Re: VIP Plugin
use set_task sir.
PHP Code:
PHP Code:
|
Re: VIP Plugin
Quote:
|
Re: VIP Plugin
Maybe you can tell us what is wrong in that code instead of just saying its wrong?
I forgot the "()" after giveNades i know, i edited it now. I forgot about the parameters to lol. Pourquoi n'êtes-vous pas aussi amical que Wrecked? |
Re: VIP Plugin
Thanks , its working fine !
Is it possible to make a chat message when i get those items? EDIT - Found this for the ammo packs Code:
// Native: zp_set_user_ammo_packshow i can make when it gives me +5 ammo packs in each round? P.S. What can be the problem when i cant gag players? Its like i gag them ,but they still can talk and write in the chat ! |
Re: VIP Plugin
For making a print message use this code:
PHP Code:
|
| All times are GMT -4. The time now is 03:33. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.