Search Results
So i try get HTTP respond data to global variable... But i get (null) pawn Код: // My Code// Top Of scriptnew info[56];public OnGameModeInit() {        HTTP(0, HTTP_GET, "webpage.address", ""...
46
Do some know where get textdraw chars codes?
50
Quote: Originally Posted by Mischi i get the following error when i try to compile the plugin (OS: Debian 6, MySQL Version: 5.1.49-3): samp@Debian-60-squeeze-64-minimal:~/gsql/mysql_rel$...
92,732
Quote: Originally Posted by Saurik This crashes the server. I used another plugin by blue g and it worked fine. i got vps and im using the r-6 debian 5 plugin code is here Код: if(s...
92,732
When i change pawn Код: // filename liba/file.pwn#include "libb/custom.pwn" to pawn Код: // filename liba/file.pwn#include "liba/libb/custom.pwn" I won't get error...
110
May you explain then why work /liba/libb/custom.pwn including?
110
So i make include to my gamemode pawn Код: // filename gamemode.pwn #include "liba/file.pwn" when i include liba/file.pwn libb/ which in liba directory tree Код: gamemodedir |---liba |--...
110
So i started Gamemode from new.pwn but fexist not work like i have in my code pawn Код: if(!fexist("./../include/gl_spawns.inc")) // for testing perpesis    {       print("Your file does not...
81
Quote: Originally Posted by Kostas' OnPlayerExitVehicle pawn Код: public OnPlayerExitVehicle(playerid, vehicleid){    if(IsADMV(GetPlayerVehicleID(playerid))) {        new player...
195
Windows may show(and access them) linux and other OS harddrive(s)/partition(s) And fix the explorer.exe random crashes. Start menu may be choseble like windows 7 version or new one... Multi desktops w...
1,034
easy is check in help command that player is jail you return that he can't use it
215
I try it but something wrong... pawn Код: new Float:CarHealth[MAX_PLAYERS];Funktsioon Damage(){    foreach(Player,playerid) // foreach include in use :)    {        if(IsPlayerInAnyVehicle...
124
SA-MP 0.3d-RC8 Exception At Address: 0x5425A9E9 Registers: EAX: 0x5425A9E9 EBX: 0x7FFD5000 ECX: 0x031607D0 EDX: 0x017D3774 ESI: 0x0000000C EDI: 0x017DDD18 EBP: 0x0022FCA4 ESP: 0x0022FC8C EFLAGS: 0x00...
84
Thank you RyDeR but can you suggest good animation?
124
Quote: Originally Posted by suele root@server:~/compile/mysql_rel# make gcc -c -O3 -w -DLINUX -Wall -I../SDK/amx/ ../SDK/amx/*.c g++ -c -O3 -w -DLINUX -Wall -I../SDK/amx/ ../SDK/*.cpp g++ ...
92,732
Hello i just wondering how to make player fly out of front window like it is in GTA IV. I have seen it some servers but i have no clue how to make it.
124
Hmm i was try that but i try make real car crashing script. Fling off the car when hit something but i don't know right anims
106