new error
#1

i don't know why its giving me all the errors

Код:
C:\Users\Jordan\Desktop\Maximum Roleplay\gamemodes\NGRP_nomysql.pwn(19555) : warning 215: expression has no effect
C:\Users\Jordan\Desktop\Maximum Roleplay\gamemodes\NGRP_nomysql.pwn(19556) : warning 215: expression has no effect
C:\Users\Jordan\Desktop\Maximum Roleplay\gamemodes\NGRP_nomysql.pwn(19557) : warning 215: expression has no effect
C:\Users\Jordan\Desktop\Maximum Roleplay\gamemodes\NGRP_nomysql.pwn(19558) : warning 215: expression has no effect
C:\Users\Jordan\Desktop\Maximum Roleplay\gamemodes\NGRP_nomysql.pwn(19559) : warning 215: expression has no effect
C:\Users\Jordan\Desktop\Maximum Roleplay\gamemodes\NGRP_nomysql.pwn(19560) : warning 215: expression has no effect
C:\Users\Jordan\Desktop\Maximum Roleplay\gamemodes\NGRP_nomysql.pwn(19561) : warning 215: expression has no effect
C:\Users\Jordan\Desktop\Maximum Roleplay\gamemodes\NGRP_nomysql.pwn(19562) : warning 215: expression has no effect
C:\Users\Jordan\Desktop\Maximum Roleplay\gamemodes\NGRP_nomysql.pwn(19563) : warning 215: expression has no effect
C:\Users\Jordan\Desktop\Maximum Roleplay\gamemodes\NGRP_nomysql.pwn(19564) : warning 215: expression has no effect
C:\Users\Jordan\Desktop\Maximum Roleplay\gamemodes\NGRP_nomysql.pwn(19565) : warning 215: expression has no effect
C:\Users\Jordan\Desktop\Maximum Roleplay\gamemodes\NGRP_nomysql.pwn(19566) : warning 215: expression has no effect
C:\Users\Jordan\Desktop\Maximum Roleplay\gamemodes\NGRP_nomysql.pwn(19567) : warning 215: expression has no effect
C:\Users\Jordan\Desktop\Maximum Roleplay\gamemodes\NGRP_nomysql.pwn(19568) : warning 215: expression has no effect
C:\Users\Jordan\Desktop\Maximum Roleplay\gamemodes\NGRP_nomysql.pwn(19569) : warning 215: expression has no effect
C:\Users\Jordan\Desktop\Maximum Roleplay\gamemodes\NGRP_nomysql.pwn(19570) : warning 215: expression has no effect
C:\Users\Jordan\Desktop\Maximum Roleplay\gamemodes\NGRP_nomysql.pwn(19571) : warning 215: expression has no effect
C:\Users\Jordan\Desktop\Maximum Roleplay\gamemodes\NGRP_nomysql.pwn(19572) : warning 215: expression has no effect
Reply
#2

You miss a "{" or a "}" somewhere or your code has a bad format (wrong use of whitespace).

Might also be a "return" at a wrong place.
Reply
#3

Give us the script to help ya.
Reply
#4

Quote:
Originally Posted by xSkullx
Посмотреть сообщение
Give us the script to help ya.
That sounded so funny, hope you get the point XD
Reply
#5

Show,give is the same
You have other ideea?
Reply
#6

Usually happens when you try to set a variable value like this:

Wrong:
pawn Код:
new x;
x == 1;
Which should be:
pawn Код:
new x;
x = 1;
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)