[HELP] What is wrong with this command? [SOLVED]
#1

SOLVED! THANK YOU !
Reply
#2

Please help anyone?
Reply
#3

you say they aren't [pJapanese] == 10, but are they [pMember] == 13 or [pLeader] == 13?
Reply
#4

Quote:
Originally Posted by happyface
you say they aren't [pJapanese] == 10, but are they [pMember] == 13 or [pLeader] == 13?
No, they arent..
Reply
#5

I dont see any problem in this.............
Reply
#6

Код:
{ if(PlayerToPoint(20, i, x, y, z))
{ if(PlayerInfo[playerid][pLeader] == 13 || PlayerInfo[playerid][pMember] == 13 || PlayerInfo[playerid][pJapanese] == 10)
{ if(PlayerInfo[playerid][pMaskuse] == 1)
{ format(string, sizeof(string), "Masked Stranger: [Japanese] %s", result);

PlayerInfo[playerid] should be PlayerInfo[i]
Reply
#7

Quote:
Originally Posted by yezizhu
Код:
{ if(PlayerToPoint(20, i, x, y, z))
{ if(PlayerInfo[playerid][pLeader] == 13 || PlayerInfo[playerid][pMember] == 13 || PlayerInfo[playerid][pJapanese] == 10)
{ if(PlayerInfo[playerid][pMaskuse] == 1)
{ format(string, sizeof(string), "Masked Stranger: [Japanese] %s", result);

PlayerInfo[playerid] should be PlayerInfo[i]
BIG F*CKING THANKS TO YOU!! D Silly me, ofc it should be 'i' not 'playerid' Thanks man!
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)