#1

Do not know why I give this error:
http://i.imgur.com/oVQxXau.jpg

Linea1:
pawn Код:
else if(AccInfo[playerid][Kills] >= 4000) KRank = "The Best of The Best";
Linea2:
pawn Код:
else if(pinfo[playerid][RPoints] >= 1000) RRank = "The Best of The Best";
Help Me!!!
Reply
#2

Show us the Whole code of that function?
Reply
#3

can we see where you created teh accinfo, pinfo, krank and rrank? thanks.
Reply
#4

Thanks I solved the RRank and prank was so Krank [20], RRank [20] I now Krank modified [46], RRank [46];
Reply
#5

let me quote ******
Quote:

A string in PAWN is just an array of characters, no different to any other array. Strings are NULL terminated, this means they all have the character '\0' (NULL) at the end (ASCII code 0, different to the character '0' which has an ASCII code of 4. If you have the following string:

pawn Code:

new
str[3] = "hi";


It is really 3 cells long - one for the 'h', one for the 'i' and one for the NULL character to signal the fact that the string has finished.

source
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)