Raised This Month: $12 Target: $400
 3% 

Help with Plugin (compile)


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
xSaucisse
Junior Member
Join Date: Aug 2012
Old 09-04-2016 , 11:38   Help with Plugin (compile)
Reply With Quote #1

Hello,
I have a problem with a plugin.

SP Here :
http://pastebin.com/Xwa5BtpK

Line 83, i have this errors :

// sm_vg-rp3.sp(23757) : warning 211: possibly unintended assignment
// sm_vg-rp3.sp(23757) : error 029: invalid expression, assumed zero
// sm_vg-rp3.sp(23757) : warning 215: expression has no effect
// sm_vg-rp3.sp(23757) : error 001: expected token: ";", but found ")"
// sm_vg-rp3.sp(23757) : error 029: invalid expression, assumed zero
// sm_vg-rp3.sp(23757) : fatal error 127: too many error messages on one line

Help pls !
Thanks
xSaucisse is offline
Totenfluch
AlliedModders Donor
Join Date: Jan 2012
Location: Germany
Old 09-04-2016 , 15:05   Re: Help with Plugin (compile)
Reply With Quote #2

PHP Code:

                
if (g_braquagetime[client] => 300
TO

PHP Code:

                
if (g_braquagetime[client] >= 300
__________________
Notable Projects:
Event Item Spawner | Scissors, Rock, Paper for ZephStore
tVip | Smart Link Remover
PLG & GGC - CS:GO Roleplay

and countless more...

I can make a helicopter shoot missles if you want me to...
Totenfluch is offline
xSaucisse
Junior Member
Join Date: Aug 2012
Old 09-05-2016 , 15:47   Re: Help with Plugin (compile)
Reply With Quote #3

Quote:
Originally Posted by Totenfluch View Post
PHP Code:

                
if (g_braquagetime[client] => 300
TO

PHP Code:

                
if (g_braquagetime[client] >= 300
I replaced , and the plugin is always bug. I managed to compile the plugin but the game does not do what he should do because of this line.

Regards,
xSaucisse is offline
Totenfluch
AlliedModders Donor
Join Date: Jan 2012
Location: Germany
Old 09-05-2016 , 16:00   Re: Help with Plugin (compile)
Reply With Quote #4

Well if it's not doing what you want I can't help you with that

I can only tell you that

>= is true when the value is greater or equal
<= is true when the value is smaller or equal
__________________
Notable Projects:
Event Item Spawner | Scissors, Rock, Paper for ZephStore
tVip | Smart Link Remover
PLG & GGC - CS:GO Roleplay

and countless more...

I can make a helicopter shoot missles if you want me to...
Totenfluch is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 14:58.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode