Can't found gta_sa.exe
First, gta_sa.exe is the one you click to open gta sa singleplayer right? I didn't renamed,delete, modified and etc the file, it is completely there.Tried re-installing samp and gta sa itself, but wont...
View Articlearray must be indexed
Is there something wrong in these statements? This is placed on OnDialogResponse Error is the title PHP Code: if(inputtext == "test") { websiteOutput[playerid] = 1; }
View ArticleHow is pVeh[4] stored in mysql?
I have in player enum pVeh[4] instead of pVehID1, pVehID2, pVehID3... I think that is better to use 1 variable instead of more of them. Is that correct? Is approaching to the variable easier (like...
View ArticleNeed Help!
How to fix this? ============= 03:45:22] Preparing the gamemode, please wait... [03:45:22] [MySQL] (Main Pipelines) Connecting to 127.0.0.1... [03:45:22] [MySQL] (MainPipeline) Connection successful...
View ArticleDialogs not showing an interger!
Heres my dialog code: PHP Code: CMD:bphelp(playerid, params[]) { new string[1024]; strcat(string, "{FF0000}Small Backpack Information:{FFFFFF}\n"); strcat(string, "{00FF00}Narcotics...
View ArticleActor
Hello, is there any function like this >> OnPlayerAimOnActor? so when a players aims on an actor i can let the actor make animation handsup and much more things. Thanks in advance
View ArticleNeed help with Sanny Builder
I have this line: Code: until Samp.Available() But when I try to comile the script, it gives me an error like: Unknown Directive Samp.Available(). I don't know what to do.
View ArticleMysql not saving...
I want to save the date and time when the player last connected but isnt working. Could anybody help? PHP Code: new data[6]; getdate(data[2], data[1], data[0]); gettime(data[3], data[4], data[5]);...
View ArticleClass Selection Dialog
Hi. i need help for my gamemode. i need to make a class selection with dialog. please can someone help me
View ArticleGet distance between player and object
Hello, How I can get the distance between an object and player Even if the object isn't from a custom map Like radius in RemoveBuildingForPlayer
View ArticleTimer Problem
I tested this out(without the debugging code), and wondered why the timer won't be called. I tried debugging it, and found where the problem was, but don't know what's wrong about it. The problem was...
View ArticleVipspawnwep
Hi There Folks, I want a help...i want to create a command called vipweapon...This command will have dialog (DIALOG_STYLE_LIST) . On clicking the dialog we can see a weapon list and choose the weapon...
View Article[Map] Mechanic Garage
Mechanic Garage This is my first map so just don't blame please give me some ideas so I will try to improve myself more better and I hope i will make better than this ;) Photos(2) Code:...
View ArticleGetObjectPos with id
Hello, How to get the ID of the object to get the position of. ( P.s.: I'm noot fool to ask this sort of questions, I'm talking about stock objects from singleplayer map. Not custom maps ( CreateObject...
View ArticleTemp level
How can i save that? PHP Code: CMD:settemplevel(playerid, params[]) { new lookupid, str[128], level,days; if(pData[playerid][Admin] >= 9 || IsPlayerAdmin(playerid)) {...
View Article