06.02.2013, 05:35
(
Последний раз редактировалось RenovanZ; 06.02.2013 в 08:47.
)
Removed

format( string, sizeof( string ), "%sSniper\t\t\t{00FF00}%s", string, (( PlayerInfo[playerid][pSchemGun][12] == 1 ) ? ("Buyed") : ("$30000")) );
You are using strcat correclty, so I can't seem to understand why it crashes. You could, however, use a ternary operator instead (https://sampforum.blast.hk/showthread.php?tid=216730)
pawn Код:
|