Quote:
Originally Posted by Vince
Wrap the strings in parentheses like ("Yes") and ("No"). This will work. Y_Less broke something in the compiler while adapting it for SA-MP.
|
Thank you, but Haven't understood it clearly. REP anyway!
Quote:
Originally Posted by Jefff
pawn Code:
biss = ( PlayerInfo[playerid][pBizz] != INVALID_BIZZ_ID ) ? ("Yes") : ("No"); car = ( PlayerInfo[playerid][pCar] != INVALID_CAR_ID ) ? ("Yes") : ("No");
|
Thanks, compiles nice, gonna check it later! REP