MYSQL Help!
#1

Код:
C:\Users\Parent\Desktop\MXRP Clean\include\MXRP_mysql.pwn(72364) : error 017: undefined symbol "Get3DZone"
C:\Users\Parent\Desktop\MXRP Clean\include\MXRP_mysql.pwn(72364) : warning 202: number of arguments does not match definition
C:\Users\Parent\Desktop\MXRP Clean\include\MXRP_mysql.pwn(72399) : error 017: undefined symbol "Get3DZone"
C:\Users\Parent\Desktop\MXRP Clean\include\MXRP_mysql.pwn(72399) : warning 202: number of arguments does not match definition
C:\Users\Parent\Desktop\MXRP Clean\include\MXRP_mysql.pwn(72429) : error 017: undefined symbol "Get3DZone"
C:\Users\Parent\Desktop\MXRP Clean\include\MXRP_mysql.pwn(72429) : warning 202: number of arguments does not match definition
C:\Users\Parent\Desktop\MXRP Clean\include\MXRP_mysql.pwn(72453) : error 017: undefined symbol "Get3DZone"
C:\Users\Parent\Desktop\MXRP Clean\include\MXRP_mysql.pwn(72453) : warning 202: number of arguments does not match definition
C:\Users\Parent\Desktop\MXRP Clean\include\MXRP_mysql.pwn(82541) : error 017: undefined symbol "Get3DZone"
C:\Users\Parent\Desktop\MXRP Clean\include\MXRP_mysql.pwn(82541) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


5 Errors.



Код:
					SetPlayerVirtualWorld(playerid,GetVehicleVirtualWorld(PlayerVehicleInfo[id][i][pvId]));
						SetPlayerInterior(playerid,0);
						SetPlayerPos(playerid, carPos[0], carPos[1], carPos[2]);
					}
					else
					{
					    SendClientMessageEx(playerid, COLOR_WHITE, "You can not teleport to a empty/impounded slot.");
					}
				}
			}
	    }
	}
	if(dialogid == TRACKCAR)
	{
	    if(response == 1)
	    {
			for(new i = 0; i < MAX_PLAYERVEHICLES; i++)
			{
			    if(listitem == i)
			    {
			        new Float: carPos[3];
			        if(PlayerVehicleInfo[playerid][i][pvId] > INVALID_PLAYER_VEHICLE_ID)
			        {
			        	GetVehiclePos(PlayerVehicleInfo[playerid][i][pvId], carPos[0], carPos[1], carPos[2]);
			        	if(GetPVarInt(playerid, "Packages") >= 1 || TaxiAccepted[playerid] != 999 || EMSAccepted[playerid] != 999 || BusAccepted[playerid] != 999 || gPlayerCheckpointStatus[playerid] != CHECKPOINT_NONE || MedicAccepted[playerid] != 999 || MechanicCallTime[playerid] >= 1)
						{
							SendClientMessageEx(playerid, COLOR_WHITE, "Please ensure that your current checkpoint is destroyed first with /killcheckpoint (you either have material packages, or another existing checkpoint).");
						}
						else
						{
					    	SetPVarInt(playerid, "TrackCar", 1);

					    	new zone[MAX_ZONE_NAME];
					    	Get3DZone(carPos[0], carPos[1], carPos[2], zone, sizeof(zone));
					    	format(string, sizeof(string), "Your vehicle is located in %s.", zone);
					    	SendClientMessageEx(playerid, COLOR_YELLOW, string);
					    	SetPlayerCheckpoint(playerid, carPos[0], carPos[1], carPos[2], 15.0);
					   	 	SendClientMessageEx(playerid, COLOR_WHITE, "Hint: Make your way to the checkpoint to find your vehicle!");
						}
Reply


Messages In This Thread
MYSQL Help! - by jasonsmith - 01.08.2013, 07:53
Re: MYSQL Help! - by Jstylezzz - 01.08.2013, 09:52
Re: MYSQL Help! - by jasonsmith - 01.08.2013, 10:54

Forum Jump:


Users browsing this thread: 1 Guest(s)