Adding mapping Error [+REP to who fixes it]
#1

When i add mapping this is what i do:

Код:
public OnGameModeInIt()
      CreateDynamicObject (..);
      CreateDynamicObject (..);
Код:
public OnPlayerConnect (playerid)
Remove..(..);
Remove..(..);
When i compile my pawno crashes, Help?!
Reply
#2

Post a little part of the codes on CreateDynamicObject...
Are you sure you have closed all the braces correctly in all the GameMode?
Reply
#3

pawn Код:
public OnGameModeInt()
{
    CreateDynamicObject(3409, X, Y, Z, rX, rY, rZ, ObjectVW, ObjectInt);
    return 1;
}
public OnPlayerConnect(playerid)
{
    RemoveBuildingForPlayer(playerid, ModelID, X, Y, Z, Radius);
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)