Jump to content

[REZOLVAT] întrebare


iulik
 Share

Recommended Posts

18 hours ago, iulik said:

dă erori multe cu vehicleid, am luat pluginurile dar tot erorile alea le dau :)))

 

vezi tristule că dacă nu mai găsesc gm-u nu înseamnă că nu sunt „scripter” ????

 

@Leonard pls sancționează-l pentru post aiurea

 

18 hours ago, iulik said:

https://pastebin.com/aUxEZm1R

6823


public OnPlayerStateChange(playerid, newstate, oldstate) {
    new string[256];
    if(newstate == PLAYER_STATE_DRIVER)
    new vehicleid = GetPlayerVehicleID(playerid); //asta e 6823
    if(newstate == PLAYER_STATE_ONFOOT)

asta e de la 7000 încolo : https://pastebin.com/RxPjHrdK

vezi gm-ul learn-times ce l-a postat nu mai știu cine cu plugins burned dacă e să vezi ce erori dă

logic ca nu esti scripter in pula mea daca tu nu stii sa rezolvi asta  

  if(newstate == PLAYER_STATE_DRIVER)
    new vehicleid = GetPlayerVehicleID(playerid); //asta e 6823
    if(newstate == PLAYER_STATE_ONFOOT)

coaie tu esti prost sau te prefaci? cum mortii ma tii sa zici ca esti scripter si sa nu stii ca daca pui if() fara { } primesti eroare, tu ai probleme marele scripter, shad0w junior smbpl

Link to comment
Share on other sites

Acum 5 ore, Filip a spus:

 

logic ca nu esti scripter in pula mea daca tu nu stii sa rezolvi asta  


  if(newstate == PLAYER_STATE_DRIVER)
    new vehicleid = GetPlayerVehicleID(playerid); //asta e 6823
    if(newstate == PLAYER_STATE_ONFOOT)

coaie tu esti prost sau te prefaci? cum mortii ma tii sa zici ca esti scripter si sa nu stii ca daca pui if() fara { } primesti eroare, tu ai probleme marele scripter, shad0w junior smbpl

păi ia vezi în tot codul că îs acoladele băi unde e if, ia dă-mi tu linia ta să-ți arăt că tot eroare dă

Link to comment
Share on other sites

Acum 6 ore, Filip a spus:

 

logic ca nu esti scripter in pula mea daca tu nu stii sa rezolvi asta  


  if(newstate == PLAYER_STATE_DRIVER)
    new vehicleid = GetPlayerVehicleID(playerid); //asta e 6823
    if(newstate == PLAYER_STATE_ONFOOT)

coaie tu esti prost sau te prefaci? cum mortii ma tii sa zici ca esti scripter si sa nu stii ca daca pui if() fara { } primesti eroare, tu ai probleme marele scripter, shad0w junior smbpl

Poti pune un if fara acolade atat timp cat vrei sa fie executata doar o instructiune.

if(PlayerInfo[playerid][pAdmin] > 0) GivePlayerCash(playerid, 1000);

este echivalent cu:

if(PlayerInfo[playerid][pAdmin] > 0) {
  GivePlayerCash(playerid, 1000);
}

Dar nu este la fel cu:

if(PlayerInfo[playerid][pAdmin] > 0) GivePlayerCash(playerid, 1000); SetPlayerHealth(playerid, 100);

==>

if(PlayerInfo[playerid][pAdmin] > 0) {
   GivePlayerCash(playerid, 1000);
}
SetPlayerHealth(playerid, 100);

 

Respecta si vei fi respectat.

 

BigInt Pawn:

Pacman C++: 

Snake C++:

Minesweeper C++:

 

mattbb.cash

leaks.ro

Link to comment
Share on other sites

8 hours ago, iMatt said:

Poti pune un if fara acolade atat timp cat vrei sa fie executata doar o instructiune.


if(PlayerInfo[playerid][pAdmin] > 0) GivePlayerCash(playerid, 1000);

este echivalent cu:


if(PlayerInfo[playerid][pAdmin] > 0) {
  GivePlayerCash(playerid, 1000);
}

Dar nu este la fel cu:


if(PlayerInfo[playerid][pAdmin] > 0) GivePlayerCash(playerid, 1000); SetPlayerHealth(playerid, 100);

==>

if(PlayerInfo[playerid][pAdmin] > 0) {
   GivePlayerCash(playerid, 1000);
}
SetPlayerHealth(playerid, 100);

 

Stiu frt dar el nu a folosit asa cv, nu pot explica mai bn ca sunt pe telefon

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

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