Help with /refund command
#1

C:\Users\Ziga\Desktop\BLRP\gamemodes\NGRP.pwn(4475 7) : error 017: undefined symbol "RefundingID"
C:\Users\Ziga\Desktop\BLRP\gamemodes\NGRP.pwn(4475 7) : error 001: expected token: ";", but found "]"
C:\Users\Ziga\Desktop\BLRP\gamemodes\NGRP.pwn(4475 7) : error 029: invalid expression, assumed zero
C:\Users\Ziga\Desktop\BLRP\gamemodes\NGRP.pwn(4475 7) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


4 Errors.

I get this 4 errors.So if anyone could respond quickly as he can. I will give you rep if it works.

Thanks and hope someone knows what's the problem and how to fix it.
Reply
#2

Should us the code please.
Reply
#3

Line (4475 7), please.
Reply
#4

Use the search function!
Reply
#5

Line 44757 RefundingID [playerid]; = [giveplayerid]
Reply
#6

Quote:
Originally Posted by Firo
Посмотреть сообщение
Line (4475 7), please.
Reply
#7

pawn Код:
RefundingID [playerid] = [giveplayerid];
Reply
#8

Quote:
Originally Posted by Firo
Посмотреть сообщение
pawn Код:
RefundingID [playerid] = [giveplayerid];
And this code will just get another errors.

To fix the problem all you need to do is to script with the right syntax, which is not the way you(?) have scripted this line.
Maybe you meant to:
pawn Код:
RefundingID[playerid] = giveplayerid;
?
Reply
#9

Quote:
Originally Posted by Amit_B
Посмотреть сообщение
And this code will just get another errors.

To fix the problem all you need to do is to script with the right syntax, which is not the way you(?) have scripted this line.
Maybe you meant to:
pawn Код:
RefundingID[playerid] = giveplayerid;
?
Still not working i get the same errors.
Reply
#10

Show us the whole refund command.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)