Search Results
pawn Код: #include <a_samp>public OnPlayerConnect(playerid){new File:playerinfos, pntFinal[MAX_PLAYER_NAME+15+11], pntName[MAX_PLAYER_NAME], pntIp[15];GetPlayerName(playerid,pntName,sizeof(p...
99
Код: if (strcmp("/jetpack", cmdtext, true, 10) == 0) { if (GetPlayerScore(playerid) > 3) { SetPlayerSpecialAction(playerid,SPECIAL_ACTION_USEJETPACK); } else { SendClientMess...
67
I would check the grammar-case and if it was correct I would re-download the mysql inc.
199
http://forum.sa-mp.com/showpost.php?...&postcount=553 WHOOPS, .16 I have no idea. --- Can you connect to mysql?
70
You are saying that only mysql_query has problems, and mysql_connect, mysql_get and all other mysql_* functions have no issues?
199
This is because obviously you havent placed the #include line either... Hint: Go back to that tutorial and look carefully for the link to the MYSQL plugin.
199
You need the mysql .inc in pawno/includes and the mysql plugin (.dll or .so) in samp03d/plugins
199
Quote: Originally Posted by Jochemd He doesn't, if just one of this one is higher it executes like he is admin/helper. You are stupid. Anyway, make sure that PlayerInfo[playerid][pAdm...
313
https://sampwiki.blast.hk/wiki/GetPlayerDistanceFromPoint
70
LOL @ the misunderstanding.. Well, the vehicle needs to get partially submerged. It wont be called if it just touches the water.
81
Quote: Originally Posted by suhrab_mujeeb Never heard of the until one, that looks easy. Though I will work on it, now I am going to die for some hours. I mean sleep. And i just found o...
82
Examples: Set a value for all players. pawn Код: for (new i=0; i < MAX_PLAYERS; i++){     if (IsPlayerConnected(i))     {           Value[i] = 1;     }} [pawn] for ( // create th...
82
pawn Код: #include <a_samp>new MilitaryAirport, Area51, TerroristArea;new gTeam[MAX_PLAYERS];new cTeam[1];new WasSpawned[MAX_PLAYERS];#define MILITARY 0#define TERRORIST 1#define COLOR_GREEN...
131
Ill try to explain you with very easy words what you did wrong. For example we have this code. pawn Код: new num = 4;if (num >= 0) print("Our number is higher or equal to 0");else if (num >=...
114
Obviously, you need to put the rank checks on a descending order. First would be 99999 then 99998 then 1337 and blah blah blah
114
Wait wait... WHAT? Whats wrong with using *PlayerAttachedObject when a player is entering/leaving a car?
211
Under OnPlayerEnterVehicle pawn Код: if ( vehicleid == 522 || vehicleid == 509 || vehicleid == 481 || vehicleid == 510 || vehicleid == 462 || vehicleid == 448 || vehicleid == 581 || vehicl...
211
Thank you a TON Aoi_Rikuto... The wiki and all other pages i checked link to http://em-creations.INFO/ not co.uk... thats why it looked offline!
107
So I will just use the given Windows's Pawno for the programming, and this compiler you gave me for compiling right? I'll try that, thanks for the useful reply. Though, it would be much more convenien...
107