ZCMD, /exit error!
#1

Removed
Reply
#2

ah as if i think i know the for loop syntax is
Код:
for()
{
}
not
Код:
for()
(
)
i think its your only problem plz notify me later if you get more problems
EDITops your loose identation warning will be stoped by using
Код:
#pragma tabsize 0
well i think its the right spelling and thing because i was a bit far from programming for a bit time
Reply
#3

You're using " ( " instead of " { " at the ends of those lines.

Change it to "{" (Without quotes) and the problem might get solved.
Reply
#4

pawn Код:
for(new b = 1; b < sizeof(BusinessInfo); b++) {
        if (IsPlayerInRangeOfPoint(playerid,1.0, BusinessInfo[b][bExitX], BusinessInfo[b][bExitY], BusinessInfo[b][bExitZ])) {
            SetPlayerPos(playerid, BusinessInfo[b][bEntranceX], BusinessInfo[b][bEntranceY], BusinessInfo[b][bEntranceZ]);
            SetPlayerFacingAngle(playerid, BusinessInfo[b][bEntranceA]);
            SetPlayerInterior(playerid, BusinessInfo[b][bInt]);
            SetPlayerVirtualWorld(playerid, BusinessInfo[b][bWorld]);
            InsideBiz[playerid] = 0;
            return 1;
        }
Reply
#5

Removed
Reply
#6

pawn Код:
if (IsPlayerInRangeOfPoint(playerid,1.0, BusinessInfo[b][bExitX], BusinessInfo[b][bExitY], BusinessInfo[b][bExitZ])) {
Reply
#7

Removed
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)