Search Results
Код: forward BanTimer(playerid); public BanTimer(playerid); { Ban(playerid); return 1; } public OnRconLoginAttempt(ip[], password[], success) { new pip[16], str[200]; for(new i = 0; i ...
164
Aw, good to know lmao Thanks + rep Yeah i did use sizeof but just not to put it in the sample code
93
Put the line in which you declare "HouseBuy1"
133
Hello there, I was wondering the following: I recently made a script which used a "for" to link some vehicles to an interior. It was something like this: Код: for(new i; i >= 10; i++) { Li...
93
++ is faster however it's just nanoseconds and wont make a difference.
178
Also, replace this: Код: SendClientMessage(playerid, -1, "You cannot purchase this house Right now {FFFFFF}[{00FFFF}Its not available Yet{FFFFFF}]"); With this: Код: SendClientMessage(player...
133
Which is the line with those errors? Also, put the line in which you declare "HouseBuy1" Also HideDraw is not a function
133
Okay, I figured out the error, the LinkVehicleToInterior doesn't seem to work. The cars are invisible at the interior, but when I go to their location in interior 0, they seem to be there. Any ideas?
138
The vehicles seem to be there, and I can also enter them, however the texture just doesn't appear.
138
then Code: CMD:myveh(playerid, params[]) { if(GetPVarInt(playerid, "Admin") >= 7) { if(GetPVarInt(playerid, "PlayerLogged") == 0) return SendClientMessage(playerid, COLOR_WHITE, "You must be ...
112
You need the "sscanf" library. (https://sampforum.blast.hk/showthread.php?tid=570927) Code: CMD:myveh(playerid, params[]) { if(GetPVarInt(playerid, "Admin") >= 7) { if(GetPVarInt(playerid, "P...
112
It's inside OnDialogResponse, maybe that's the problem
138
Код: g_iRaceInfo[GetPVarInt(playerid, "SettingRace")][rVehicles][0] = AddStaticVehicle(g_iRaceInfo[GetPVarInt(playerid, "SettingRace")][rCar], -1462.4564, -618.7256, 1050.8353, 95.439...
138