11.01.2012, 20:17
Quote:
[22:06:07] <Slice> well for one you started with "else if" [22:06:10] <Slice> else than WHAT? [22:06:19] <Slice> else if (!strcmp(WeaponName, "9mm", true && PlayerInfo[playerid][pRank] >=1) // Rank 1+ [22:06:25] <Slice> true && PlayerInfo[playerid][pRank] >=1 [22:06:30] <Slice> what do you think that means? [22:06:38] <Slice> and when you open something, close it [22:06:39] <Slice> ( [22:06:40] <Slice> ends with ) [22:06:42] <Slice> always [22:06:50] <Slice> as you can see there are 2 ( and 1 ) |