#1

[code]C:\Users\N0FeaR\Desktop\New folder\gamemodes\IBP.pwn(10086) : error 032: array index out of bounds (variable "PlayerInfo")[/pawn]

pawn Код:
PlayerInfo[UsingDrugs][playerid] = 0;
Reply
#2

PInfo[UsingDrugs][playerid] = 0;
Probably that?
Reply
#3

Use this:
pawn Код:
PInfo[playerid][UsingDrugs] = 0;
Reply
#4

Quote:
Originally Posted by FireCat
Посмотреть сообщение
PInfo[UsingDrugs][playerid] = 0;
Probably that?
Nope.
Reply
#5

PlayerInfo[playerid][UsingDrugs] = 0;
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)