Search Results
Quote: Originally Posted by [Bios]Marcel Number Of arguments not match definitions Just count What?
141
Warning On Line 69414:Number Of arguments not match definitions PHP код: if(IsPlayerInArea(playerid,LandInfo[i][landZone],Float:landMinX,Float:landMinY,Float:landMaxX,Float:landMaxY))//69414 
141
Quote: Originally Posted by Sreyas He meant it is the prototype of that function.Not the actual calling statement.Replace each arguements with corresponding values that will fit there. ...
363
I have added them on this line PHP код: if(IsPlayerInArea(playerid,LandInfo[i][landZone], Float:MinX, Float:MinY, Float:MaxX, Float:MaxY))//69414  But I got error PHP код: Unde...
363
Can You Tell me What Are the Left parametres?
363
3Warnings:warning 202: number of arguments does not match definition on line:69414 PHP код:         for(new i = 0; i < MAX_LANDS; i++)         {            ...
363
Got this errors PHP код: error 017: undefined symbol "isPlayerInArea"C:\Users\Jabber\Desktop\released script\gamemodes\yerp.pwn(85247) : error 025: function heading differs from pr...
363
How Is this PHP код: IsPlayerInArea(playerid, Float:MinX, Float:MinY, Float:MaxX, Float:MaxY){    new Float:X, Float:Y, Float:Z;    GetPlayerPos(playerid, X, Y, Z);    if...
363
LOL i got another Warning warning 202: number of arguments does not match definition PHP код:             if(IsPlayerInGangZone(LandInfo[i][landZone]))//69403           ...
363
Sloved Thaks All For Help
363
Ok I delted But Same Prob PHP код: if(objectInfo[v][oModel] != 0 && objectInfo[v][oPosX] != 0.0 && objectInfo[v][oPosY] != 0.0 && objectInfo[v][oPosZ] != ...
363
Warning:tag mismatch Line: PHP код: LandInfo[l][landObjects][v] = CreateDynamicObject(objectInfo[v][objectModel], objectInfo[v][oPosX], objectInfo[v][oPosY], objectInfo[v][oPosZ], objectI...
363
Line 57483:if(objectInfo[v][oModel] != 0 && objectInfo[v][oPosX] != 0.0 && objectInfo[v][oPosY] != 0.0 && objectInfo[v][oPosZ] != 0.0)
68
C:\Users\Jabber\Desktop\released script\gamemodes\yerp.pwn(28352) : warning 217: loose indentation C:\Users\Jabber\Desktop\released script\gamemodes\yerp.pwn(2836 : warning 217: loose indentation C:\U...
68