Jump to content
  • 0

sa se repare masina cand tastez 2


diedeath

Question

5 answers to this question

Recommended Posts

uite ce erori imi da dak bag asta

C:\Users\Die\Desktop\DsD V1\gamemodes\RDK.pwn(1954) : error 017: undefined symbol "newkeys"

C:\Users\Die\Desktop\DsD V1\gamemodes\RDK.pwn(1956) : error 017: undefined symbol "playerid"

C:\Users\Die\Desktop\DsD V1\gamemodes\RDK.pwn(1959) : error 017: undefined symbol "playerid"

C:\Users\Die\Desktop\DsD V1\gamemodes\RDK.pwn(1960) : error 017: undefined symbol "playerid"

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

4 Errors.

Link to comment
Share on other sites

am rez...problema a fost ca aseara am sters public OnPlayerKeyStateChange si azi am fc eu asa public OnPlayerKeyStateChange

{

if(newkeys == KEY_SUBMISSION)

{

if(IsPlayerInAnyVehicle(playerid))

{

{

    RepairVehicle(GetPlayerVehicleID(playerid));

PlayerPlaySound(playerid, 1133, 0.0, 0.0, 0.0);

}

}

}

return 1;

}

dar trbuia

public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)

{

if(newkeys == KEY_SUBMISSION)

{

if(IsPlayerInAnyVehicle(playerid))

{

{

    RepairVehicle(GetPlayerVehicleID(playerid));

PlayerPlaySound(playerid, 1133, 0.0, 0.0, 0.0);

}

}

}

return 1;

}

Link to comment
Share on other sites

Probabil nu ai pus aici public OnPlayerKeyStateChange sau nu ai asta new playerid[MAX_PLAYERS], newkeys[MAX_PLAYERS];

OMG, new playerid[ MAX_PLAYERS ], newkeys[ MAX_PLAYERS ]; ??? Tu gandesti macar PUTIN, PUTIN iti cer, nu mult, ca vad ca nu poti.


Da, asa trebuia diedeath, Hitman.Bwg ti-a dat bine ( ma mir ), totusi, a dat doar copy + paste =D

Citeste regulile ! Nu se cer scripturi.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • 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.