Search Results
Pretty good Farmer / Slave, only pants
153
"Not decided" Nice idea, but don't u think its bit wierd there is huge cities with big skyscraper's. ( Admins (+Cheaters) driving around with infernus and shooting people with rocket launcher & mi...
153
Home Hosted? Well you must use 127.0.0.1:7777 and other players use that 82.*.**.***:****
192
You need to change "Save as type" to "All Files" and then .inc at end of file name. This is some random image i found from web:
82
Why are you guys talking about diffrent browsers here when the dude got some other problems. Scan your computer whit antivirus/restore windows to previous state/format & re-install windows If th...
115
Well i just tested it and worked fine spawned blue (2) car, entered it and says 2, 0 But noticed if you use random color (-1) when create car it will say 0.
213
Why dont just rename it something like "factionid"
122
Код: GetVehicleColor(GetPlayerVehicleID(playerid),ccc,color2); E: oh sorry didn't notice its already there..
213
Not sure what u mean but pawn Код: new Float:vehx, Float:vehy, Float:vehz;GetVehiclePos(1, vehx, vehy, vehz); // Vehicle ID, Variable to store the X, Y, Z Coords..SetPlayerPos(playerid,vehx+2,veh...
201
You have defined "Factions" variable twice or more ( global and local ). It can be in includes. You can rename "Factions" to something else..
122
Old script hehe Remove all lines where is "lbt" "lbb" textdraw Code: new Text:lbt; new Text:lbb; TextDrawShowForPlayer(playerid,lbt); TextDrawShowForPlayer(playerid,lbb); TextDrawHideForAll(lbt);...
130
Show some of those lines. You are using too small array sizes.. Quote: Error 047 - array sizes do not match, or destination array is too small: For array assignment, the arrays on the lef...
135
Lorenc_'s Tutorial - Register system in Dialog System64's Tutorial - Register & login in dialog [Whirlpool & y_ini] Seven_of_Nine's Tutorial - Login & Register system - dialogs - with y_in...
65
Remove / Comment ( /* ) pawn Код: /*strtok(const string[], &index){    new length = strlen(string);    while ((index < length) && (string[index] <= ' '))    {        i...
135
pawn Код: SetPlayerTeamFromClass(playerid, classid){    if (classid == 0)    {        gTeam[playerid] = TEAM_BALLA;    }    else if(classid == 1)    {        gTeam[playerid] = TE...
132
I would do it like this: pawn Код: new Float:Hospitals[7][3] = {    {-2655.202880,637.699462,14.453125},    {-2203.409912,-2309.779052,31.375000},    {1176.615478,-1323.509399,14.030076}, ...
85
Make sure you use SA-MP 0.3c Client (R3) and server uses SA-MP 0.3c (R2) also. You get "The server didn't respond!" message if your client version is diffrent than the one which servers uses. So i g...
158
We already told you change camera position. You must go in game and save new camera coordinates
261
Because: Код: SetPlayerCameraPos(playerid, 2486.4346,-1646.0953,14.0703); SetPlayerCameraLookAt(playerid, 2486.7598,-1647.5186,14.0703); SetPlayerCameraPos = Where the camera is SetPlayerCameraLoo...
261
I had once something like this when password encryption didn't work correctly. When i opened that account file "password= " part was empty and script allowed to use any password at login.. Soo.. chec...
301