C:\Documents and Settings\gamemodes\LG.pwn(37952) : warning 202: number of arguments does not match definition
C:\Documents and Settings\gamemodes\LG.pwn(37952) : warning 202: number of arguments does not match definition
C:\Documents and Settings\gamemodes\LG.pwn(37957) : warning 202: number of arguments does not match definition
C:\Documents and Settings\gamemodes\LG.pwn(37957) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
4 Warnings.
Ne znam u cemu je problem
Ovo je komanda
}
if(strcmp(cmd, "/gotospawn", true) == 0)
{
if(IsPlayerConnected(playerid))
{
if(PlayerInfo >= 1 || PlayerInfo >= 1)
{
if (GetPlayerState(playerid) == 2)
{
new tmpcar = GetPlayerVehicleID(playerid);
SetVehiclePos(tmpcar, 116,1965.1177,-2177.2285,13.5469,186.4892);
TelePos = 0.0;TelePos = 0.0;
}
else
{
SetPlayerPos(playerid, 116,1965.1177,-2177.2285,13.5469,186.4892);
}
SendClientMessage(playerid, COLOR_GRAD1, " Teleportovani ste !");
SetPlayerInterior(playerid,0);
PlayerInfo = 0;
SetPlayerVirtualWorld(playerid, 0);
PlayerInfo = 0;
}
else
{
SendClientMessage(playerid, COLOR_GRAD1, " Niste ovlasteni da koristite tu komandu !");
}
}
return 1;A mod koji editam je Big Street's RolePlay. U igri kad upisem /gotospawn porta me na sasvim drugu lokaciju.
