Search Results
Add the following to the top of the code and post what it prints in the console: Код: printf("%d", B);
93
Make them press a key like F to get the job while standing on the pickup.
100
PHP код: new Robable=1, Count[MAX_PLAYERS];  forward RobTimer();  forward RobTimer(playerid);  public RobTimer(playerid)  {      Count[playerid]--;     if(Count[playerid]==0) ...
196
Is the file in the scriptfiles folder empty or does it contain your password?
61
Quote: Originally Posted by ivibeserro You didn't understand me... I mean, all cars respawn in the last position where I exited a vehicle from when I restart the server. To save the pos...
204
In public OnPlayerRegister(playerid, password[]) Like this: PHP код: public OnPlayerRegister(playerid, password[]) {     new cmd[256], tmp[256];     blah blah blah 
117
Add this line to the top of OnPlayerRegister: PHP код: new cmd[256], tmp[256]; 
117
Post your OnPlayerRequestClass callback
148
PHP код:             if(level >= 10) {                paycheck += 1000 + (level * 500);            } else {                ...
135
The code you posted above doesn't show how much the paycheck is... Maybe different jobs have different pay?
135
PHP код: strtok(const string[], &index){    new length = strlen(string);    while ((index < length) && (string[index] <= ' '))    {        ind...
117
Try this: PHP код: #define PRESSED(%0) \     (((newkeys & (%0)) == (%0)) && ((oldkeys & (%0)) != (%0))) public OnPlayerKeyStateChange(playerid, newkeys, oldkey...
44
We are not magicians to correct your code without seeing it. Post your code and errors.
135
Copy paste it and post your code and errors. P.S:- Are you Blondz who play in Lsrcr?
283
Disable the respawn timer of the vehicle by setting it's value to -1 so that the vehicle won't respawn and it stays at the same position. https://sampwiki.blast.hk/wiki/AddStaticVehicleEx See the sec...
204
hange this line: PHP код: for(new car = SAPDVehicles[0]; car <= SAPDVehicles[52]; car++)  to: PHP код: for(new car = SAPDVehicles[0]; car <= SAPDVehicles[19]; ca...
163
I can't understand what's the problem.
59
Are you sure that you have a folder "Logs" inside scriptfiles foldier?
106