Jump to content

MySQL R33 - Ideal Pentru RPG


WopsS

Recommended Posts

Am observat unele chestii... dar mi-e lene sa fac chiar de la 0. Ce am adaugat eu am incercat sa optimizez la maxim.

Caut un om serios cu gamemode acceptabil, cu capabilitatea de a tine un host, serviciile oferite de mine sunt de scripter (experienta de 5 ani in C/C++ limbajul folosit de SA:MP). Nu am pretentii la bani, doar un server si un parteneriat frumos. Pentru mai multe detalii accept pm-uri.

 

Universitatea de Vest din Timisoara,

Facultatea de Matematica si Informatica

Informatica aplicata, Anul I

Link to comment
Share on other sites

Am si eu o problema cand mor ma da la player class si cand dau spawn imi da "stay with in the world bonus" ce pot sa fac vreau sa il scot de tot sa ma spawneze direct

Si da stiu ca pot adauga la ongamemode init addplayerclass dar eu vrea sa il scot de tot. Multumesc

 

    __  ____      __           
   /  |/  (_)____/ /____  _____
  / /|_/ / / ___/ __/ _ \/ ___/
 / /  / / (__  ) /_/  __/ /    
/_/  /_/_/____/\__/\___/_/     
SERVICII SCRIPTING DE CALITATE
Pagina     Scripting     pawn
Link to comment
Share on other sites

Am si eu o problema cand mor ma da la player class si cand dau spawn imi da "stay with in the world bonus" ce pot sa fac vreau sa il scot de tot sa ma spawneze direct

Si da stiu ca pot adauga la ongamemode init addplayerclass dar eu vrea sa il scot de tot. Multumesc

Adauga asa!

public OnPlayerSpawn(playerid)
{
    SetPlayerPos(playerid, 1479.6548, -1725.2207, 13.5469);
    SetPlayerInterior(playerid,0);
    SetPlayerVirtualWorld(playerid, 0);
    return 1;
}


Daca ti`a fost de ajutor +1 !

                               http://i.imgur.com/NOsIYWt.png

                     Respecta si vei fi respectat. :)

Link to comment
Share on other sites

  • 2 weeks later...
  • 3 weeks later...
  • Ath9 locked this topic
  • WopsS unlocked this topic
  • 3 months later...

Am 2 probleme

1.

[13:02:55] [MYSQL]: Connection to database (w3op) failed!
[13:02:55]  
[13:02:55]  
[13:02:55]  RPG: v0.2 Beta LS-LV-SF
[13:02:55] _____________________
[13:02:55] Number of vehicle models: 1
[13:02:55] --- Server Shutting Down.
[13:02:55] plugin.mysql: Unloading plugin...
[13:02:55] plugin.mysql: Plugin unloaded.

2.

Comanda SQL:

--
-- Bază de date: `w3op`
--
CREATE DATABASE IF NOT EXISTS `w3op` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;

 

MySQL zice: Documentație

#1044 - Access denied for user 'port_8007'@'localhost' to database 'w3op' 

Link to comment
Share on other sites

1 minute ago, eLLemenT_ said:

Nu inteleg , poti sa imi explici mai bine ?

Pentru a modifica numele bazei de date in gamemode urmeaza instructiuniile astea.

On 22.08.2014 at 13:40, WopsS said:

- Dacă vreţi să editaţi datele pentru baza de date, va duceţi în pawno\include şi dechideti cu Notepad / Visual Studio / Wordpad etc. şi dechideti connection.inc. Modificaţi următoarele linii:


#define mysql_host "ip-ul host-ului"
#define mysql_user "numele de utilizator pentru baza de date (MySQL)"
#define mysql_password "parolă pentru baza de date (MySQL)"
#define mysql_database "numele bazei de date"

Pentru a importa baza de date, foloseste PHPMyAdmin (sau MySQL Workbench) si selecteaza baza de date unde ai acces, dupa asta apasa pe butonul de import.

Link to comment
Share on other sites

@WopsSma refer problema asta

 

[13:02:55] [MYSQL]: Connection to database (w3op) failed!
[13:02:55]  
[13:02:55]  
[13:02:55]  RPG: v0.2 Beta LS-LV-SF
[13:02:55] _____________________
[13:02:55] Number of vehicle models: 1
[13:02:55] --- Server Shutting Down.
[13:02:55] plugin.mysql: Unloading plugin...
[13:02:55] plugin.mysql: Plugin unloaded.
Edited by eLLemenT_
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.