Search Results
Mayb you can try something like this, Код: if(GetPlayerDrunkLevel(playerid) > 1999 && GetPlayerDrunkLevel(playerid) < 2499) { SendClientMessage(playerid, 0xFFFFFFFF, "Drunk rate 1")...
128
Subject: Re: Having a problem with GetPlayerMoney ? Anyway i still have no solution for this how ever it didnt happend again so i just wait and hope it wont happen.
131
How is that no logic.. ? It takes the random amount from the player that got robbed thnx for your reply i gues :S
131
Hello, Since 0.3a i think have a weird problem with GetPlayerMoney or its a new kind of cheat they have but i dont think so. I also dont know if its a 0.3a bug but i asked on irc and no one could con...
131
Answer to your second quistion you can use SetSpawnInfo under OnPlayerSpawn Example: Код: if(!strcmp(npcname, "NPCNAME", true)) { SetSpawnInfo(playerid,69,255,1213.7261,-15.2646,10...
56
hank i appreciate your trying to help but i knew what the problem was. without any acces to my serverfiles no one here is able to fix it before i can lol
171
Код: if(strcmp(cmd, "/command", true) == 0 ) { tmp = strtok(cmdtext, idx); if(!strlen(tmp)) { SendClientMessage(playerid, COLOR_ERROR, "USAGE: /command (id)"); return 1; } giveplaye...
113
What do u mean with script in a house ? If you are looking for a script that make u able to buy houses ingame then try the search button.. i suggest http://forum.sa-mp.com/index.php?topic=40314.0
115
Is this what u looking for ? if(GetPlayerState(playerid) == PLAYER_STATE_DRIVER) { if(IsPlayerInAnyVehicle(playerid)) {
116
yes it is... Код: IsKeyJustDown(key, newkeys, oldkeys) { if((newkeys & key) && !(oldkeys & key)) return 1; return 0; } and use PlayerToPoint to make it work for players thats cl...
53
Like he said u can find allot in mta. Check wiki. and u can use this if u want to know a object that u saw ingame. http://forum.sa-mp.com/index.php?topic=35374.0
171
Hey man funny to talk to u on the forum but sorry to dissapoint you but there is not a los santos mode like that... i did not released my script on internet. there are some copy cats that are in los ...
87
Do you use Full house script by Antironix! if you do then its like this. Код: AddHouse(0, 2522.4924,-1679.1327,15.4970, 295.138977,1474.469971,1080.519897, 150000, 75000, 15, 0); // groovestreet...
125
whaaa can somone help me... Now i have 26 houses but when i add more i get a problem. When you exit a house everything disapear i mean all players and all cars if someone can and want to help me add...
5,495
Well i found the problem it was the pickups in my gamemode
5,495