Jump to content

SherataN

Membru
  • Posts

    6
  • Joined

  • Last visited

    Never

SherataN's Achievements

Rookie

Rookie (2/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Unde ? [pawn]public SetPlayerSpawn(playerid) { if(IsPlayerConnected(playerid)) { SetPlayerSkin(playerid, PlayerInfo[playerid][pChar]); if(PlayerInfo[playerid][pTut] == 0) { new rand = random(sizeof(gRandomPlayerSpawns)); SetPlayerPos(playerid, gRandomPlayerSpawns[rand][0], gRandomPlayerSpawns[rand][1], gRandomPlayerSpawns[rand][2]); // Warp the player SetPlayerCameraPos(playerid, 374.01, 186.31, 1008.88); SetPlayerCameraLookAt(playerid, 373.10, 181.40, 1008.53); SetPlayerInterior(playerid, 3); PlayerInfo[playerid][pInt] = 3; SetPlayerFacingAngle(playerid, 349.46); TextDrawShowForPlayer(playerid, lbt); TextDrawShowForPlayer(playerid, lbb); ApplyAnimation(playerid, "PED", "SEAT_down", 4.0999, 0, 1, 1, 1, 0); TogglePlayerControllable(playerid, 0); RegistrationStep[playerid] = 1; ClearChatbox(playerid, 10); SendClientMessage(playerid, COLOR_GREEN, "----------------------------------------------------------------"); SendClientMessage(playerid, COLOR_GREY, "Bun Venit ! Acum vei fi trimis spre Tutorial."); SendClientMessage(playerid, COLOR_WHITE, "1. Esti Baiat sau Fata? (Scrie ce esti)"); SendClientMessage(playerid, COLOR_GREEN, "----------------------------------------------------------------"); ClearChatbox(playerid, 2); return 1; }[/pawn]
  2. Salutare , am un GM , dar atunci cand un player intra , il intreaba cati ani ai , esti baiat/fata si tot asa , dupa aceea spune " Acum vei vedea tutorialul" si nu face nimic.. Niste ajutor ?
  3. Prea multe obiecte?
  4. Este bagat..
  5. Salut. Am o problema la compilare.. C:\Users\SHERATANN\Desktop\SERVER SAMP GM MEU\gamemodes\SHER.pwn(21) : error 010: invalid function or declaration C:\Users\SHERATANN\Desktop\SERVER SAMP GM MEU\gamemodes\SHER.pwn(23) : error 021: symbol already defined: "INI_ParseFile" C:\Users\SHERATANN\Desktop\SERVER SAMP GM MEU\gamemodes\SHER.pwn(23) : error 017: undefined symbol "playerid" C:\Users\SHERATANN\Desktop\SERVER SAMP GM MEU\gamemodes\SHER.pwn(23) : error 010: invalid function or declaration C:\Users\SHERATANN\Desktop\SERVER SAMP GM MEU\gamemodes\SHER.pwn(23 -- 26) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 5 Errors. Uitati aici si liniile. Linia 21->[pawn]if (fexist(UserPath(playerid)))//Variabila ce verifica daca exista contul[/pawn] Linia 23->[pawn] INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExtra = true, .extra = playerid);[/pawn] LINIILE 23-26->[pawn] INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExtra = true, .extra = playerid); ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,"Login","Scrie parola mai jos pentru a te loga.","Login","Quit"); } else//Functia care spune ca daca contul nu exista acesta se va creea[/pawn]
  6. Salut , eu sunt SheratanN si as vrea sa creez un GM , am mai bagat alte GM-uri dar la unele nu mergeau sa schimb int la case... la unul makeleader... Vroiam sa va cer niste tutoriale , pentru ca pur si simplu la unele linii in pawno nu prea inteleg nimic , si inca ceva vroiam sa va cer un house system , ownership system , rent car system.. mai erau si boat si plane... Sper ca am postat bine! Si daca e sa-mi dati si niste tutoriale ? Mersi anticipat.
×
×
  • 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.