Jump to content

Recommended Posts

Posted

Descrierea problemei:Vreau sa adaug in shop sa cumperi masini ex:infernus cu pp
Liniile de cod / sursa / script-ul(obligatoriu):

else if(listitem == 10)
{
  if(PlayerInfo[playerid][pPPoints] < 55) return SendClientMessage(playerid, COLOR_RED, "(!) Nu ai destule puncte premium");
  CreateVehicle(411,vPosXx,vPosYx,vPosZx,vPosAx,1,1,-1);
  Update(playerid,);
  PlayerInfo[playerid][pPPoints] -= 55;
  Update(playerid, pPPointsx);
  SendClientMessage(playerid, COLOR_SYN2, "Shop: {FFFFFF}Ai cumparat de 55 Puncte premium->Infernus");
}
 
aceasta ii eroarea :
C:\Users\Denis\Desktop\gGaming-RPG.RO[0.3.7]\gamemodes\beta.pwn(9754) : error 029: invalid expression, assumed zero
C:\Users\Denis\Desktop\gGaming-RPG.RO[0.3.7]\gamemodes\beta.pwn(9754) : error 035: argument type mismatch (argument 2)
 
define:
#define vCarIDx 1
#define vColor1x 2
#define vColor2x 3
#define vPricex 4
#define vOwnerx 5
#define vPosXx 6
#define vPosYx 7
#define vPosZx 8
#define vPosAx 9
#define vPlatex 10
#define vPaintJx 11
#define vLockedx 12
#define vSpawnedx 13
#define vDestroyedx 14
#define vKmx    15
#define vNeonx    16
#define vFuelx    17
#define vModsx 18
#define vModelx 19
#define vTypex 

Imagini / Video (optional):
Ce am incercat sa fac:Am incercat sa o fac eu dar nu merge .
Alte detalii:Multumesc

 
Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. 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.