29.03.2014, 22:29
Hola gente, estoy creando un comando para sacar la restricciуn de el GM ZC, lo creй y todo bien, pero me salen estos warnings.
Код:
C:\Users\RZoone\Desktop\San Andreas Ultima actualizacion\San RP\San RP\San RP\gamemodes\LiveLineRP.pwn(33001) : warning 211: possibly unintended assignment C:\Users\RZoone\Desktop\San Andreas Ultima actualizacion\San RP\San RP\San RP\gamemodes\LiveLineRP.pwn(33003) : warning 209: function "cmd_restricionoff" should return a value
pawn Код:
CMD:restricionoff(playerid, params[])
{
if(Info[playerid][pConnectTime] < 1)
if(Info[playerid][pConnectTime] = 3)
return 1;
}