11.09.2010, 21:54
fixed but...
C:\Users\Public\HC-RP\gamemodes\Konnichiwa.pwn(20351) : warning 213: tag mismatch
C:\Users\Public\HC-RP\gamemodes\Konnichiwa.pwn(20351) : warning 202: number of arguments does not match definition
C:\Users\Public\HC-RP\gamemodes\Konnichiwa.pwn(20351) : warning 213: tag mismatch
C:\Users\Public\HC-RP\gamemodes\Konnichiwa.pwn(20361) : warning 213: tag mismatch
C:\Users\Public\HC-RP\gamemodes\Konnichiwa.pwn(20361) : warning 202: number of arguments does not match definition
C:\Users\Public\HC-RP\gamemodes\Konnichiwa.pwn(20361) : warning 213: tag mismatch
C:\Users\Public\HC-RP\gamemodes\Konnichiwa.pwn(20372) : warning 213: tag mismatch
C:\Users\Public\HC-RP\gamemodes\Konnichiwa.pwn(20372) : warning 213: tag mismatch
C:\Users\Public\HC-RP\gamemodes\Konnichiwa.pwn(20351) : warning 213: tag mismatch
C:\Users\Public\HC-RP\gamemodes\Konnichiwa.pwn(20351) : warning 202: number of arguments does not match definition
C:\Users\Public\HC-RP\gamemodes\Konnichiwa.pwn(20351) : warning 213: tag mismatch
C:\Users\Public\HC-RP\gamemodes\Konnichiwa.pwn(20361) : warning 213: tag mismatch
C:\Users\Public\HC-RP\gamemodes\Konnichiwa.pwn(20361) : warning 202: number of arguments does not match definition
C:\Users\Public\HC-RP\gamemodes\Konnichiwa.pwn(20361) : warning 213: tag mismatch
C:\Users\Public\HC-RP\gamemodes\Konnichiwa.pwn(20372) : warning 213: tag mismatch
C:\Users\Public\HC-RP\gamemodes\Konnichiwa.pwn(20372) : warning 213: tag mismatch
pawn Код:
/*20349>>*/ if(strcmp(cmd, "/esecuzione", true) == 0)
{
if(PlayerToPoint(playerid, 5.0, 240,74,1862.45,8.76) || PlayerToPoint(playerid, 5.0, 244.26,1868.38,-30.77))
{
SetPlayerPos(playerid, 249.72,1863.81,3.60);
}
return 1;
}
if(strcmp(cmd, "/fondo", true) == 0)
{
if(PlayerInfo[playerid][pMember] == 1 || PlayerInfo[playerid][pLeader] == 1 || PlayerInfo[playerid][pMember] == 2 || PlayerInfo[playerid][pLeader] == 2 || PlayerInfo[playerid][pMember] == 3 || PlayerInfo[playerid][pMember] == 3)
{
if(PlayerToPoint(playerid, 5.0, 240,74,1862.45,8.76) || PlayerToPoint(playerid, 5.0, 247.93,1863.16,3.60))
{
SetPlayerPos(playerid, 245.82,2868.42,-30.77);
}
}
return 1;
}
if(strcmp(cmd, "/sopra", true) == 0)
{
if(PlayerInfo[playerid][pMember] == 1 || PlayerInfo[playerid][pLeader] == 1 || PlayerInfo[playerid][pMember] == 2 || PlayerInfo[playerid][pLeader] == 2 || PlayerInfo[playerid][pMember] == 3 || PlayerInfo[playerid][pMember] == 3)
{
if(PlayerToPoint(playerid, 5.0, 244.26,1868.38,-30.77) || PlayerToPoint(playerid, 5.0, 247.93,1863.16,3.60))
{
SetPlayerPos(playerid, 245.82,2868.42,-30.77);
}
}
return 1;
}