tag mistmach?
#1

Код:
if(!playerDB[playerid][BID]==3)
Sends "Tag mismach" warning...
Reply
#2

What are you trying to do there?
It should be
Код:
if(playerDB[playerid][BID] !=3)
Reply
#3

Oh... I see... !=3 is needed with integers...

Well I'm making "Buddy" chat, so I need to check "Buddy" IDs...

Thanks! Respect!
Reply
#4

Quote:
Originally Posted by TzAkS.
Посмотреть сообщение
What are you trying to do there?
It should be
Код:
if(playerDB[playerid][BID] !=3)
This.

! is used before things such as IsPlayerInRangeOfPoint, IsPlayerInRangeOfVehicle, etc...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)