Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public OnPlayerCommandText(playerid, cmdtext[])
- {
- if (strcmp("/Sultan", cmdtext, true, 10) == 0)
- {
- SendClientMessage(playerid,Blau,"Du Hast einen Sultan erstellt.");
- CreateVehicle(560,2040.6854,1348.3252,10.4179,178.2355,9,39,60);
- }
- if (strcmp("/Stratum", cmdtext, true, 10) == 0)
- {
- SendClientMessage(playerid,Blau,"Du Hast einen Stratum erstellt.");
- CreateVehicle(561,2039.6598,1331.6815,10.4865,176.3911,8,17,60);
- }
- if (strcmp("/Elegy", cmdtext, true, 10) == 0)
- {
- SendClientMessage(playerid,Blau,"Du Hast einen Elegy erstellt.");
- CreateVehicle(562,2040.3958,1359.2587,10.3313,181.0370,35,1,60);
- }
- if (strcmp("/Jester", cmdtext, true, 10) == 0)
- {
- SendClientMessage(playerid,Blau,"Du Hast einen Jester erstellt.");
- CreateVehicle(559,2039.9989,1368.4520,10.2743,180.2651,58,8,60);
- }
- if (strcmp("/Flash", cmdtext, true, 10) == 0)
- {
- SendClientMessage(playerid,Blau,"Du Hast einen Flash erstellt.");
- CreateVehicle(565,2039.6830,1320.3649,10.2940,184.5154,42,42,60);
- }
- if (strcmp("/Uranus", cmdtext, true, 10) == 0)
- {
- SendClientMessage(playerid,Blau,"Du Hast einen Uranus erstellt.");
- CreateVehicle(558,2039.4125,1339.5551,10.3022,175.5432,116,1,60);
- }
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment