Search Results
If you are new to scripting and you want to use a gamemode based on MySQL why don't you first check out some tutorials...I noticed that almost half of the threads on Server Support or Scripting help h...
413
Can you show lines 4023-4-5?
126
Quote: Originally Posted by GTLS No. If you want to run a GameMode on a Linux, it neither need to be compiled on Linux nor the PAWN language changes with change in operating system. You ju...
187
No my friend the gamemode should remain the same
187
Quote: Originally Posted by samiulla Where to edit lines? //--------------------------------------- #define MySQL_HOST "localhost" //This will connect you to your local host #define MySQ...
126
Quote: Originally Posted by nbx2000 Код: mysql_tquery(mysql, Query, "", ""); format(Query,sizeof(Query),"CREATE TABLE IF NOT EXISTS CLANS(MR INT(10), FEX INT(10), SAM INT(10) )"); ...
163
You gotta create some tables in your mysql database so the files can be saved
163
Quote: why ican't type any cmd except rcon login? Is it mysql? if it is mysql then you haven't set it up correctly it has happened to me in the past.Check this tutorial outhttps:/...
126
Quote: Originally Posted by LOLITO Can you give me a tutorial how to make an administrative system? https://sampforum.blast.hk/showthread.php?tid=618311Next time Search it on your own
71
in the end it will be something like this Код: CMD:enter(playerid, params[]) { SetPlayerPos(playerid,blablabla); return 1; }
209
Quote: Originally Posted by AlfaSufaIndo By typing the /save command somewhere Yes after you find the position go to SetPlayerPos(playerid, 0.0, 0.0, 3.0); and replace the xyz with your...
209
Quote: Originally Posted by AlfaSufaIndo Oh so I have to determine the coordinates first? Do all coordinates have to be made /enter and /exit commands first one by one? Yes,Do you know ...
209
Zcmd Commands are made like this: Код: CMD:enter(playerid, params[]) { //add code here return 1; } On the line Quote: Add code here you have to add SetPlayerPos(playe...
209
This might help you https://sampforum.blast.hk/showthread.php?tid=321919
370
Next time it happens copy the error code and give it to us.Also try adding this plugin to see if you have any errors https://sampforum.blast.hk/showthread.php?tid=262796
174
Quote: Originally Posted by CuTi Can u teamviewer and check for me, i'm dont know many thing about samp. Thank u very much Sorry CuTi I cannot help you with teamviewer right now but you...
190