Search Results
That is really complicated, start with something simple, do things that you know.. Some day you will start to look at code diffrent and start to understand it. Then you can try to do this. But for now...
104
Код: if(!CheckBan(playerid)) { mysql_format(mysql, query, sizeof(query),"SELECT `password` FROM `"PlayerTable"` WHERE `user` = '%e' LIMIT 1", Name[playerid]); mysql_tquery(mysql, que...
113
https://github.com/samp-incognito/sa...plugin-2.7.zip Here, this should fix the problem.. Change this plugin and pawno includes
113
Not really singing, but raping Rep if helped. Код: CMD:rap(playerid, params[]) { new animid; if(IsPlayerCuffed(playerid) || IsPlayerInAnyVehicle(playerid) || IsPlayerTied(playerid)) { S...
95
Leave it at OnPlayerSpawn , why do you need it in OnPlayerConnect ? If you want you can add it to the Код: public OnPlayerRequestClass(playerid, classid) That would work the same
92
! VEHICLE TURBO SYSTEM ! So i had this question, why we can't upgrade vehicle engines in samp ? So i made a little script that allows you to install Turbo system(Its nothing to do with realistic Turbo...
348
Код: stock SaveChar(playerid) { if(IsPlayerLoggedIn(playerid)) { if(PlayerInfo[playerid][pTutorial]) { new file[64]; format(file, sizeof(file), "users/%s.ini", RPNU(playerid))...
136
I have checked the whole gamemode.. I eaven replaces LoadChar and SaveChar from last update i had, still didnt work.. i
136
So i have a problem, i edited my gamemode and i get this error, but it doesnt show me the place where the error is. Код: C:\Users\Toms\Desktop\BSRP RolePlay servis\gamemodes\UGRP.pwn(2638) : error...
136
Код: stock LoadWeed() { new binfo[21][32]; new string[256]; new File:file = fopen("weed.cfg", io_read); if(file) { new idx = 1; while(idx < MAX_WEED) { fread(file, string); ...
54
I Already checked that.. The loops may be cousing more lag to server but it doesnt couse the script not to work. And the way you did it dont work too. :/ I Really have no idea how to fix this. Maybe o...
207
I think it doesnt change anything.. it still works my way too.
105
Код: public OnPlayerCommandPerformed(playerid, cmdtext[], success) { if(!success) SendClientMessage(playerid, COLOR_NEWS, "Error: That command does not exist. Refer to /help for server command...
105
No.. Goverment vehicles doesnt work too. But the code is excatly the same.. Im so confused
207
Yes. it tells you the cars Z rotation.
67
We are here to help you, not to create scripts for you.. If you want write me pm , i can try to help you a bit.
63
So, i have a zgaming script and im really confused. I have a script that doesnt allow players to get inside faction vehicles.. Half of the code works. but toher half doesnt, but both half's are the s...
207