Jump to content
Autentificarea cu Google și Facebook nu mai este disponibilă. ×

Question

Posted

ajutatima si pe mn cu erorile astea

D:\Jocuri\GTA SAN ANDREAS\servere san andreas\MMC\gamemodes\DsD.pwn(282) : error 029: invalid expression, assumed zero
D:\Jocuri\GTA SAN ANDREAS\servere san andreas\MMC\gamemodes\DsD.pwn(282) : error 001: expected token: ";", but found ")"
D:\Jocuri\GTA SAN ANDREAS\servere san andreas\MMC\gamemodes\DsD.pwn(282) : error 029: invalid expression, assumed zero
D:\Jocuri\GTA SAN ANDREAS\servere san andreas\MMC\gamemodes\DsD.pwn(282) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase


4 Errors.
Linia 282
    if(Gethi(playerid) = -255) GetHouseStats(playerid, Gethi(playerid));

Cer si eu ajutor de la mari scripteri romania ;]]

6 answers to this question

Recommended Posts

Posted

if(Gethi(playerid) = -255) GetHouseStats(playerid, Gethi(playerid));
trebuie sa fie
if(Gethi(playerid) != -255) GetHouseStats(playerid, Gethi(playerid));

Posted

aceleasi erori :cry:

public OnPlayerPickUpPickup(playerid, pickupid)
{
    if(pickupid == mpk) SetPlayerSkin(playerid, 45);
     if(pickupid == parapk) GivePlayerWeapon(playerid, 46, 1);
   if(Gethi(playerid) != -255) GetHouseStats(playerid, Gethi(playerid));
    return 1;
}

Posted

La inceputurile cu if( Nu trebuie ";" la sfarsit ! incearca sa stergi unde ai ";" la sfarsit de if( si vezi ca va merge!

Daca ti-am fost de ajutor +1 Respect!Multumesc

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.